home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / bookmark_previews-0.6.5-fx.xpi / chrome / skin / thumbview.css < prev   
Cascading Style Sheet File  |  2008-05-27  |  325b  |  17 lines

  1. .thumbnail .thumbnail-container{
  2.   margin: 3px;
  3. }
  4. .thumbnail[selected="true"] .thumbnail-container{
  5.   margin: 2px;
  6.   border: 1px solid #000;
  7. }
  8. .thumbnail label{
  9.   text-align: center;
  10.   margin: 0 !important;
  11.   padding: 0 !important;
  12. }
  13. .thumbnail[selected="true"] .thumbnail-label{
  14.   background-color: black;
  15.   color: white;
  16. }
  17.